home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- hStartRolloverAction(whichSprite)
- end
-
- on mouseDown
- if hButtonAction02() then
- mouseUp()
- end if
- end
-
- on mouseUp
- global gWhichSex
- cursor(4)
- hCheckCurrentFrameLabel()
- set gWhichSex to "M"
- puppetSprite(the clickOn, 0)
- play frame "C man"
- end
-
- on endRollover whichSprite
- hEndRolloverAction(whichSprite)
- end
-